送信

Site Spy

@Vitaly Kuprin

MCP server for website change monitoring. Let your AI assistant track websites, detect changes, and compare snapshots with visual diffs.
概要

Website Change Monitoring via MCP

Site Spy lets your AI assistant monitor websites, track changes, and compare snapshots with visual diffs.

Getting Started

  1. Sign up at https://sitespy.app
  2. Go to Settings > API and copy your API key
  3. Add the config to your MCP client (Claude, Cursor, etc.)
  4. Use the authenticate tool with your API key

サーバー設定

{
  "mcpServers": {
    "site-spy": {
      "command": "npx",
      "args": [
        "-y",
        "@site-spy/mcp-server"
      ],
      "env": {
        "SITE_SPY_API_KEY": "your-api-key"
      }
    }
  }
}
- MCP Server